TwclGattServer.Clients[Integer] Property

Gets the GATT server client by its index.

Namespace: wclBluetooth
public
 property Clients[const Index: Integer]: TwclGattServerClient
 read GetClients;

Parameters

Index
Type: Integer

The client's index. The parameter must be in range between 0 and ClientsCount - 1. If the parameter is out of range the wclErrors.wclEInvalidArgument exception raises.

Property Value

The GATT server client object.